init.d: Fix xencommons init script chkconfig configuration
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 22 Jun 2010 15:22:30 +0000 (16:22 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 22 Jun 2010 15:22:30 +0000 (16:22 +0100)
commit7b76ecc628b908df7bc1c677be5419985eceb25d
tree97a72cfd1c745334fa2e2ad91cbba992a6b1c53b
parent919dd3858503de47b39989301355331cc90c2acd
init.d: Fix xencommons init script chkconfig configuration

Fix the xencommons init script chkconfig configuration since the
priority was missing here and chkconfig was complaining about invalid
chkconfig script so I added both start and stop priorities to the
chkconfig line and it was working fine, the script was successfully
added to chkconfig when using `chkconfig --add xencommons` and
management using the chkconfig utility was now possible.

Tested on RHEL-5 Server with Xen-4.1-unstable installed, running on
PVops kernel 2.6.32.15 and it was working fine.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
tools/hotplug/Linux/init.d/xencommons